--- C:/i18n_auto.module.old	Fri Jul 01 13:02:24 2011
+++ C:/i18n_auto.module	Fri Jul 01 13:02:24 2011
@@ -101,8 +101,7 @@
   // node for $node->tnid.
 
   // Do a variable check to ensure this content type should be translated.
-  // Additional check to make sure there *is* a node body - not always the case.
-  if (!$node->translation_source && variable_get('language_content_type_'. $node->type, 0) == 2 && $node->body) {
+  if (!$node->translation_source && variable_get('language_content_type_'. $node->type, 0) == 2) {
     $node->language = i18n_get_lang(); // set language of source node to current language
     $node->tnid = $node->nid; // source node must point to itself
 
